This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Emile Feznuzenoni 23.Jan.04 09:49 AM a Web browser General6.0.2 CF1Windows XP
I have a Save and Exit button with the following formular. .
@Command([FileSave]);
@Command([FileCloseWindow])
But the problem is when I click this button and a field validation formular is triggered, the validation gives the prompt to fill in the field correctly but then as soon as I click the OK to aknowledge this the second line @Command([FileCloseWindow]) kicks in and askes me if I want to save the document BEFORE I have filled in the field correctly.
Any ideas how I can stop this?